ServiceGetOutOfOffice Method (String) |
Gets Out of Office settings for the specified mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic OutOfOfficeResponse GetOutOfOffice(
string emailAddress
)
Public Function GetOutOfOffice (
emailAddress As String
) As OutOfOfficeResponse
Parameters
- emailAddress
- Type: SystemString
The SMTP address of the user for which to retrieve OOF settings.
Return Value
Type:
OutOfOfficeResponseThe OOF settings for the specified mailbox.
See Also